From: Eli Zaretskii Date: Sat, 13 Mar 2004 12:56:53 +0000 (+0000) Subject: (XMENU_OBJ): Include xmenu.o if HAVE_MENUS is defined. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~23692 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=63e5e3144ca9f6a3503ee4cfbd4f47c81c475541;p=emacs.git (XMENU_OBJ): Include xmenu.o if HAVE_MENUS is defined. --- diff --git a/src/Makefile.in b/src/Makefile.in index 3b6f731e531..b637f75af0b 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -448,6 +448,10 @@ LIBX= $(LIBXMENU) $(X11_LDFLAGS) $(LIBXT) LIBTIFF LIBJPEG LIBPNG LIBGIF LIBXPM L #else /* not HAVE_X11 */ LIBX= $(LIBXMENU) LD_SWITCH_X_SITE -lX10 LIBX10_MACHINE LIBX10_SYSTEM #endif /* not HAVE_X11 */ +#else /* not HAVE_X_WINDOWS */ +#ifdef HAVE_MENUS +XMENU_OBJ = xmenu.o +#endif #endif /* not HAVE_X_WINDOWS */ LIBSOUND= @LIBSOUND@